home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10403 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help !! Need a routine to program the par. poort
  5. Date: 17 Mar 1996 08:41 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <17MAR199608415309@erich.triumf.ca>
  9. References: <DoEx7p.o0@inter.NL.net>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <DoEx7p.o0@inter.NL.net>, Alex Flora <Rene.Vermeulen@cc.ccn.nl> writes...
  14. >Is there anyone outthere who has experience with programming the Parrallel
  15. >poort from a PC in Plain C language.
  16. >The problem i have , is that if i sent a binary code to the poort, the poort 
  17. >waits for a reply from the printer (or something like that).
  18. >This is very inconvenient, because i just want to sent binarie data without checking
  19. >enything.
  20.  
  21. (Assuming this refers to the PC parallel printer port)
  22.  
  23. You should be able to write directly to the port, without worrying about
  24. handshaking, using outportb() (for Borland compilers, something similar for
  25. Microsoft).
  26.  
  27. Have a look at http://www.paranoia.com/~filipg for some PC parallel port FAQs.
  28.  
  29.  
  30. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  31. Internet: bennett@triumf.ca         | of one another only when one can be
  32. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  33. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  34. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  35. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.